ASP.NET MVC Controls
AnnotationBaseBuilder<TControl,TBuilder> Class
Members 

The builder for the AnnotationBase.
Syntax
'Declaration
 
Public MustInherit Class AnnotationBaseBuilder
    (Of TControl As AnnotationBase,
     TBuilder As AnnotationBaseBuilder(Of TControl,TBuilder)) 
   Inherits BaseBuilder(Of TControl,TBuilder)
public abstract class AnnotationBaseBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> 
where TControl: AnnotationBase
where TBuilder: AnnotationBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Remarks
Represents the base class of annotations for the AnnotationLayer.
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.AnnotationBaseBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ShapeBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.TextBuilder

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback